←Select platform

RasterTagMetadata Constructor(int,RasterTagMetadataDataType,byte[])

Summary
Initializes a new instance of RasterTagMetadata with the specified values.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal id As Integer, _ 
   ByVal dataType As RasterTagMetadataDataType, _ 
   ByVal data() As Byte _ 
) 
- (instancetype)initWithId:(NSUInteger)tagId  
                      type:(LTRasterTagMetadataDataType)type  
                      data:(nullable NSData *)data 
public RasterTagMetadata( 
  int id,  
  RasterTagMetadataDataType dataType,  
  byte[] data 
) 
public: 
RasterTagMetadata(  
   int id, 
   RasterTagMetadataDataType dataType, 
   array<byte>^ data 
) 

Parameters

id
The tag id

dataType
The data type of the tag

data
The data for the tag

Example

For an example, refer to RasterTagMetadata.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.